jade.content
Class KeyValuePair

java.lang.Object
  |
  +--jade.content.KeyValuePair

public class KeyValuePair
extends java.lang.Object
implements Concept

Author:
Federico Bergenti - Universita` di Parma

Constructor Summary
KeyValuePair()
          Constructor
 
Method Summary
 java.lang.String getKey()
          Gets the key.
 java.lang.String getValue()
          Gets the value.
 void setKey(java.lang.String key)
          Sets the key.
 void setValue(java.lang.String value)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValuePair

public KeyValuePair()
Constructor
Method Detail

setKey

public void setKey(java.lang.String key)
Sets the key.
Parameters:
key - the key

getKey

public java.lang.String getKey()
Gets the key.
Returns:
the key.

setValue

public void setValue(java.lang.String value)
Sets the value.
Parameters:
value - the value.

getValue

public java.lang.String getValue()
Gets the value.
Returns:
the value.